TIME

Section: MINTLIB LIBRARY FUNCTIONS (3)
Updated: 3 March 1993
Index Return to Main Contents
 

NAME

time - get time  

SYNOPSIS

#include <sys/types.h>
#include <time.h>

time_t time(time_t *tloc);
 

DESCRIPTION

time returns the value of time in seconds since 00:00:00 GMT, January 1, 1970. If tloc is non-zero, the return value is also stored in the location to which tloc points.  

SEE ALSO

stime(3), Tgetdate(2), Tgettime(2)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 11:15:44 GMT, June 22, 2025